ROS2 VSCode dev settings
Table of Content
settings#
file associations#
"files.associations": {
"*.xacro": "xml",
"*.world": "xml",
"*.sdf": "xml",
"*.gazebo": "xml"
}
key bindings#
Add new file and new folder in explorer tree#
{
"key": "ctrl+n",
"command": "explorer.newFile",
"when": "explorerViewletFocus"
},
{
"key": "ctrl+shift+n",
"command": "explorer.newFolder",
"when": "explorerViewletFocus"
},